home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cracking 2
/
Cracking II..iso
/
Priklady
/
Priklad 6
/
MAKE.BAT
< prev
next >
Wrap
DOS Batch File
|
2000-08-29
|
228b
|
10 lines
@echo off
rem Je potrebne nastavit spravnu cestu
c:\coding\tasm\bin\tasm32 /ml /m3 /z /q detect6.asm
c:\coding\tasm\bin\tlink32 /Tpe /V4.0 /aa /c /m /ml detect6.obj,detect6,, w32.lib, detect6.def
del *.obj
del *.map